home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Internet / The Dude / dude-install-3.5.exe / data / files / mibs / NEXUS-MANUFACTURE-MIB.txt < prev    next >
Encoding:
Text File  |  2009-12-11  |  1.4 KB  |  60 lines

  1. NEXUS-MANUFACTURE-MIB DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.  smartbridges, sbdevice
  5.     FROM NEXUS-MIB
  6. sbRadioBase ,sbRadioBase1
  7.     FROM RADIO-MIB
  8.   DisplayString
  9.             FROM SNMPv2-TC
  10.  OBJECT-TYPE
  11.          FROM RFC-1212;
  12.  
  13. -- < start FactoryServer >
  14. sbStartFactoryServer OBJECT-TYPE
  15.     SYNTAX  INTEGER
  16.     ACCESS  read-write
  17.     STATUS  mandatory
  18.     DESCRIPTION
  19.     " When this OID is set to 1 , the FactoryServer binary is executed on the device."
  20. ::= { sbdevice 11 }
  21.  
  22.  
  23. sbStartTftpd OBJECT-TYPE
  24.     SYNTAX  INTEGER
  25.         ACCESS  read-write
  26.         STATUS  mandatory
  27.     DESCRIPTION
  28.     " When this OID is set to 1 , the tftpd daemon is started on the device."
  29. ::= { sbdevice 12 }
  30.  
  31. sbStartDummy OBJECT-TYPE
  32.     SYNTAX  INTEGER
  33.         ACCESS  read-write
  34.         STATUS  mandatory
  35.     DESCRIPTION
  36.     " When this OID is set to 1 , the tftpd daemon is started on the device."
  37. ::= { sbdevice 15 }
  38.  
  39. sbGetRadio OBJECT IDENTIFIER ::= { sbRadioBase1  50 }
  40.  
  41. sbGetRates OBJECT-TYPE
  42.     SYNTAX  OCTET STRING
  43.     ACCESS  read-only
  44.     STATUS  mandatory
  45.     DESCRIPTION
  46.     " Retrieves the rates from the radio and returns in form of a string RATE;STATUS;RATE;STATUS.."
  47.      ::= { sbGetRadio 1 }
  48.  
  49. sbGetExtRates OBJECT-TYPE
  50.     SYNTAX  OCTET STRING
  51.     ACCESS  read-only
  52.     STATUS  mandatory
  53.     DESCRIPTION
  54.     " Retrieves the extended rates from the radio and returns in form of a string RATE;STATUS;RATE;STATUS.."
  55.      ::= { sbGetRadio 2 }
  56.  
  57.  
  58.  
  59. END
  60.